func internal/strconv.eiselLemire32

3 uses

	internal/strconv (current package)
		atof.go#L586: 		f, ok := eiselLemire32(mantissa, exp, neg)
		atof.go#L594: 			fUp, ok := eiselLemire32(mantissa+1, exp, neg)
		atofeisel.go#L93: func eiselLemire32(man uint64, exp10 int, neg bool) (f float32, ok bool) {